home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / ShuffleRun.lzh / ShuffleRun / Sources.lha / Sources / EasySound.h next >
C/C++ Source or Header  |  1993-02-13  |  571b  |  27 lines

  1. /* EasySound.h        */
  2. /*                    */
  3. /* V2.00 1990-0-23    */
  4. /*                    */
  5. /* AMIGA C CLUB (ACC) */
  6. /* Anders Bjerin      */
  7. /* Tulevagen 22       */
  8. /* 181 41  LIDINGO    */
  9. /* SWEDEN             */
  10.  
  11. /* Sound channels: */
  12. #define LEFT0         0
  13. #define RIGHT0        1
  14. #define RIGHT1        2
  15. #define LEFT1         3
  16.  
  17. #define NONSTOP       0
  18. #define ONCE          1
  19. #define MAXVOLUME    64
  20. #define MINVOLUME     0
  21. #define NORMALRATE    0
  22.  
  23. extern CPTR PrepareSound();
  24. extern BOOL PlaySound();
  25. extern void StopSound();
  26. extern void RemoveSound();
  27.